home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / PowerGloveInspector / Source / English.lproj / PGInspector.nib / data.classes next >
Text File  |  1995-06-12  |  802b  |  61 lines

  1. PowerGlove = {
  2.     ACTIONS = {
  3.     stopDSP:;
  4.     startDSP:;
  5.     };
  6.     OUTLETS = {
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. MyWindow = {
  11.     SUPERCLASS = Window;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. PGController = {
  19.     ACTIONS = {
  20.     showInfoPanel:;
  21.     setSampleDelay:;
  22.     appDidInit:;
  23.     showPreferencesPanel:;
  24.     };
  25.     OUTLETS = {
  26.     downButton;
  27.     indexSlider;
  28.     sampleDelayField;
  29.     ringSlider;
  30.     rightButton;
  31.     upButton;
  32.     selectButton;
  33.     bButton;
  34.     xField;
  35.     infoPanel;
  36.     rollField;
  37.     powerGloveView;
  38.     startButton;
  39.     leftButton;
  40.     thumbSlider;
  41.     middleSlider;
  42.     zField;
  43.     preferencesPanel;
  44.     powerGlove;
  45.     yField;
  46.     sampleDelaySlider;
  47.     aButton;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. PowerGloveView = {
  52.     OUTLETS = {
  53.     powerGlove;
  54.     xField;
  55.     yField;
  56.     zField;
  57.     rollField;
  58.     };
  59.     SUPERCLASS = View;
  60. };
  61.